JarConfiguration

data class JarConfiguration(val supportedAlgorithms: List<JWSAlgorithm>, val supportedRequestUriMethods: SupportedRequestUriMethods = SupportedRequestUriMethods.Default)(source)

Options related to JWT-Secured authorization requests

Parameters

supportedAlgorithms

the algorithms supported for the signature of the JAR

supportedRequestUriMethods

which of the request_uri_method methods are supported

Constructors

Link copied to clipboard
constructor(supportedAlgorithms: List<JWSAlgorithm>, supportedRequestUriMethods: SupportedRequestUriMethods = SupportedRequestUriMethods.Default)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val supportedAlgorithms: List<JWSAlgorithm>